Skip to content

[Oztechan/CCC#1457] Update dependency googleads/swift-package-manager-google-mobile-ads to v13#4620

Open
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/googleads-swift-package-manager-google-mobile-ads-13.x
Open

[Oztechan/CCC#1457] Update dependency googleads/swift-package-manager-google-mobile-ads to v13#4620
renovate[bot] wants to merge 1 commit intodevelopfrom
renovate/googleads-swift-package-manager-google-mobile-ads-13.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2026

This PR contains the following updates:

Package Update Change
googleads/swift-package-manager-google-mobile-ads major 11.13.013.1.0

Release Notes

googleads/swift-package-manager-google-mobile-ads (googleads/swift-package-manager-google-mobile-ads)

v13.1.0: Google Mobile Ads iOS Examples v13.1.0

Compare Source

  • Deprecated GADErrorOSVersionTooLow. This error is now redundant as Google Mobile Ads SDK's minimum deployment target matches the minimum OS version to receive ads.

v13.0.0: Google Mobile Ads iOS Examples v13.0.0

Compare Source

This release is a MAJOR version update with several breaking changes. See Migrate from v12 to v13 for more details.

Breaking changes:

  • Increased the deployment target to iOS 13.0.
  • Google Mobile Ads SDK raises an exception if an object that is not a String type is detected in the neighboringContentURLStrings array.
  • Many previously deprecated APIs have been removed.

Anchored adaptive banner ads:

  • The following APIs have been deprecated for their replacement:
    • The GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth method is deprecated. Instead, use the GADLargeAnchoredAdaptiveBannerAdSizeWithWidth method.
    • The GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth method is deprecated. Instead, use the GADLargeAnchoredAdaptiveBannerAdSizeWithWidth method.
    • The GADCurrentOrientationAnchoredAdaptiveBannerAdSizeWithWidth method is deprecated. Instead, use the GADLargeAnchoredAdaptiveBannerAdSizeWithWidth method.

Swift 6 concurrency:

  • Continued incremental migration to support Swift 6's concurrency model.

Updated all SDK os_log calls to use the {public} visibility specifier to prevent the logs from being redacted in the console.
Fixed an issue where GADErrorInvalidRequest was reported instead of GADErrorTimeout for certain request timeouts.
Fixed a crash on iOS 26 iPads that occurred when displaying banner ads behind UIPrintController.

v12.14.0: Google Mobile Ads v12.14.0

Compare Source

  • Bug fixes and performance improvements.

v12.13.0: Google Mobile Ads v12.13.0

Compare Source

  • Deprecated the -registerAdView:clickableAssetViews:nonclickableAssetViews: and -unregisterAdView APIs on the GADNativeAd object. Use GADNativeAdView to render native ads instead.

v12.12.0: Google Mobile Ads v12.12.0

Compare Source

  • Fixed a crash on iOS 15 and lower when setting the scene property on a GADRequest object.

v12.11.0: Google Mobile Ads v12.11.0

Compare Source

Bug fixes and performance improvements.

v12.10.0: Google Mobile Ads v12.10.0

Compare Source

Bug fixes and performance improvements.

v12.9.0: Google Mobile Ads v12.9.0

Compare Source

  • Placement IDs are now correctly sent for native ad requests.

v12.8.0: Google Mobile Ads v12.8.0

Compare Source

  • Expanded support for adjustable window sizes on iOS 26 iPads.
  • Improved handling for cases where SKStoreProductViewControllerDelegate's productViewControllerDidFinish(_:) method is not called.

v12.7.0: Google Mobile Ads v12.7.0

Compare Source

  • Ad Inspector: Added support for configuring out-of-context test ads in ad inspector with additional request parameters.
    - Note: The ad inspector UI will roll out this feature at a later date, requiring a minimum SDK version of 12.7.0.

  • Allowlisted publishers now have placement ID support for all ad formats.

v12.6.0: Google Mobile Ads v12.6.0

Compare Source

  • Fixed an issue where a collapsible banner ad could be expanded on top of another ad.
    Note: To see the fix, a minimum SDK version of 12.0.0 is required.

v12.5.0: Google Mobile Ads v12.5.0

Compare Source

  • Made changes to the way the SDK interacts with AVAudioSession that improves compatibility with Unity’s audio engine.

v12.4.0: Google Mobile Ads v12.4.0

Compare Source

  • Resolved an issue preventing custom clicks on custom native video ads.

v12.3.0: Google Mobile Ads v12.3.0

Compare Source

  • Resolved a crash related to SKOverlay dismissal in Unity apps.

v12.2.0: Google Mobile Ads v12.2.0

Compare Source

  • Bug fixes and performance improvements.

v12.1.0: Google Mobile Ads v12.1.0

Compare Source

  • Bug fixes and performance improvements.

v12.0.0: Google Mobile Ads v12.0.0

Compare Source

This release is a MAJOR version update with several breaking changes. See Migrate from v11 to v12 for more details.

Breaking changes:

  • Updated the minimum supported Xcode version to 16.0.
  • Updated Swift API names to follow the naming conventions from Apple’s Swift API Design Guidelines
  • Many previously deprecated APIs have been removed.

Inline adaptive ads:

  • Calling CGSizeFromGADAdSize(_:) with an inline adaptive ad size now returns 0 height until the Google Mobile Ads SDK returns an ad.

Swift 6 concurrency:

  • Started incremental migration to support Swift 6’s concurrency model.

Custom targeting:

  • The customTargeting dictionary on GADRequest now uses Any instead of String as the value type.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 15, 2026
@renovate renovate bot requested review from a team and mustafaozhan as code owners February 15, 2026 21:34
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 15, 2026
@codacy-production
Copy link

codacy-production bot commented Feb 15, 2026

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (d112969) 3319 1745 52.58%
Head commit (ea0d578) 3319 (+0) 1745 (+0) 52.58% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#4620) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@codecov
Copy link

codecov bot commented Feb 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.63%. Comparing base (d112969) to head (ea0d578).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4620   +/-   ##
========================================
  Coverage    55.63%   55.63%           
========================================
  Files          169      169           
  Lines         3013     3013           
  Branches       445      445           
========================================
  Hits          1676     1676           
  Misses        1312     1312           
  Partials        25       25           

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

…le-ads to v13

Co-authored-by: Mustafa Ozhan <mr.mustafa.ozhan@gmail.com>
@renovate renovate bot force-pushed the renovate/googleads-swift-package-manager-google-mobile-ads-13.x branch from 278d9b9 to ea0d578 Compare February 24, 2026 23:17
@sonarqubecloud
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants